Hi,
Could you please update the C++ mode to support C++11/14?
For example, "override" and "auto" are keywords.
Thanks,
AhLeung
| Submitted | ahlearn - 2015-01-19 06:56:00.095000 | Assigned | |
|---|---|---|---|
| Priority | 5 | Labels | |
| Status | open | Group | none |
| Resolution | None |
| 2015-08-08 14:17:35.551000 daleanson |
I haven't done any serious C work in years. Are there other new key words? I've read that there are now binary literals and that long numbers can have separators to make them easier to read. What else is there that would affect syntax highlighting? |
|---|---|
| 2015-08-08 18:12:12.154000 ahlearn |
There are four new string literals introduced: http://en.cppreference.com/w/cpp/language/string_literal
|